projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b9c83
)
Declare char_valid_p.
author
Andreas Schwab
<schwab@suse.de>
Thu, 3 Dec 1998 09:22:52 +0000
(09:22 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 3 Dec 1998 09:22:52 +0000
(09:22 +0000)
src/charset.h
patch
|
blob
|
history
diff --git
a/src/charset.h
b/src/charset.h
index 710291a77fc62fe128b84227d6f3636c6ec40464..a207cfba35a5c0cdd734d087fe626439dc89b0f7 100644
(file)
--- a/
src/charset.h
+++ b/
src/charset.h
@@
-817,6
+817,7
@@
extern int find_charset_in_str P_ ((unsigned char *, int, int *,
Lisp_Object, int));
extern int strwidth P_ ((unsigned char *, int));
extern int char_bytes P_ ((int));
+extern int char_valid_p P_ ((int, int));
extern Lisp_Object Vtranslation_table_vector;